home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / pupworld.swf / scripts / DefineSprite_896 / frame_61 / DoAction.as
Text File  |  2011-06-09  |  141b  |  12 lines

  1. stop();
  2. n = 0;
  3. this.onEnterFrame = function()
  4. {
  5.    n++;
  6.    if(n == 45)
  7.    {
  8.       delete this.onEnterFrame;
  9.       play();
  10.    }
  11. };
  12.